Inserts an item at a specified index in the vector.
public:
void InsertAt(
uint32 index,
T value
)
index
Type: uint32
The zero-based index.
value
Type: T
The item to insert.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd